- bitwise OR operator
- Вычислительная техника: операция побитовое "ИЛИ"
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Bitwise operation — In computer programming, a bitwise operation operates on one or two bit patterns or binary numerals at the level of their individual bits. On most microprocessors, bitwise operations are sometimes slightly faster than addition and subtraction… … Wikipedia
bitwise — adjective Computing denoting an operator in a programming language which manipulates the individual bits in a byte or word … English new terms dictionary
Bitweiser Operator — In der Informatik ist ein bitweiser Operator ein Operator, der auf ein oder zwei Bitfolgen oder Binärzahlen auf der Ebene einzelner Bits angewendet wird. Auf vielen Computern sind bitweise Operationen etwas schneller als Additions und… … Deutsch Wikipedia
Operators in C and C++ — This is a list of operators in the C and C++ programming languages. All the operators listed exist in C++; the fourth column Included in C , dictates whether an operator is also present in C. Note that C does not support operator overloading.… … Wikipedia
Tilde — For the baseball player known as the Big Tilde, see Magglio Ordóñez. ◌̃ Tilde Punctuation … Wikipedia
Exclusive or — The logical operation exclusive disjunction, also called exclusive or (symbolized XOR or EOR), is a type of logical disjunction on two operands that results in a value of “true” if and only if exactly one of the operands has a value of “true”. [… … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
decltype — In the C++ programming language, decltype is an operator for querying the type of an expression. It was introduced in the current version of the C++ standard, C++11. Its primary intended use is in generic programming, where it is often difficult … Wikipedia
Caret — is the name for the symbol ^ in ASCII and some other character sets. Its Unicode code point is U+005E, and its ASCII code in hexadecimal is 5E. Strictly speaking, the caret character in common use is actually referred to in the Unicode standard… … Wikipedia
XOR cipher — In cryptography, a simple XOR cipher is a relatively simple encryption algorithm that operates according to the principles::A oplus 0 = A,:A oplus A = 0,:(B oplus A) oplus A = B oplus 0 = B,where oplus denotes the exclusive disjunction (XOR)… … Wikipedia
Comparison of Pascal and C — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia